home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 June / CMycha200106.iso / Urwisy / Scenka_05.swf / scripts / DefineButton2_402 / BUTTONCONDACTION on(release).as
Text File  |  2001-04-24  |  152b  |  10 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("_LEVEL0\\")
  4.    {
  5.       gotoAndStop("STARTMUSIC_D");
  6.       play();
  7.    }
  8.    unloadMovieNum(1);
  9. }
  10.